Einhugur Xml Plugin for Xojo

Node.Root Method

Returns the root node.

Root() as EinhugurXml.Node

Parameters

Returns

EinhugurXml.Node

Remarks

Result of this can be casted to EinhugurXml.Document if the returned value was not nil.

This method is different from most others in this plugin in a way that it can actually return nil.

See Also

Node Class